.main-wrap {
  width: 100%;
  background-color: #f5f5f5;
}
.result {
  width: 100%;
  background-color: #f5f5f5;
}
.r-subject {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;

}
.r-img {
   width: 100%;
   text-align: center;
}
.r-img img{
    width: 90%;
}
.r-img p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
  color: #333333;
  line-height: 24px;
}
.r-title {
  border-left: 5px solid #f64646;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  margin: 25px 0 15px 22px;
}
.r-p {
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  margin-left: 20px;
  margin-right: 15px;
}
.down{
    width: 100%;
    height: 48px;
}
.down-app{
    width: 100%;
    height: 48px;
    background-color: rgba(0,0,0,0.69);
    position: fixed;
    bottom: 0;
}
.down-app .icon{
    padding-left: 12px;
    padding-top: 8px;
    float: left;
}
.down-app .icon img{
    width: 32px;
    height: 32px;
}
.down-app .txt{
    margin-left: 7px;
    float: left;
    height: 20px;
    margin-top: 14px;
}
.down-app .txt .txt1{
    font-size: 19px;
    line-height: 20px;
    color: #fff;
}
.down-app .txt .txt2{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.down-app .button{
    float: right;
    margin-right: 12px;
    background: #f64646;
    border-radius: 5px;
    margin-top: 9px;
    height: 30px;
    width: 90px;
    text-align: center;
    line-height: 30px;

}
.down-app .button span{
    font-size: 14px;
    color: #fff;
}
.shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    top:0;
    left: 0;
    z-index: 1000;
    display: none;
}
.shadow p{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.shadow .arrow{
    width: 60px;
    height: 100px;
    margin-left: 80%;

}
.shadow .arrow img{
    width: 100%;
    height: 100%;
}